-
Notifications
You must be signed in to change notification settings - Fork 15
Make it easy to deploy on aws #75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -9,3 +9,5 @@ data: | |||
DEFGUARD_GRPC_URL: {{ .Values.grpcUrl | quote }} | |||
DEFGUARD_STATS_PERIOD: {{ .Values.statsPeriod | quote }} | |||
RUST_LOG: {{ .Values.logLevel | quote }} | |||
PRE_UP: "iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is that necessary? Can we guarantee the network interface will always be eth0 for all users of this chart? Maybe it should be wrapped in AWS-only condition?
@@ -56,6 +59,19 @@ spec: | |||
name: {{ .Values.existingTokenSecret }} | |||
key: {{ .Values.existingTokenSecretKey }} | |||
{{- end }} | |||
# used to keep nlb happy to do health checks at port 80. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems to be AWS-related only. Should be wrapped in a condition.
selector: | ||
{{- include "defguard-gateway.selectorLabels" . | nindent 4 }} | ||
|
||
{{ end }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing LineFeed (LF) characted at the end of the file
type: ClusterIP | ||
cloudProvider: aws |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should not be the default value.
Closing the issue due to inactivity |
Uh oh!
There was an error while loading. Please reload this page.